home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tm400-3.zip / PCBOARD.SCR < prev    next >
Text File  |  1993-01-05  |  370b  |  19 lines

  1. ;
  2. ; PCBOARD.SCR is a log on script file for PCBoard
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6. Color = "Y^M"                ; "Y"es or "N"o
  7.  
  8. When "graphics",Color
  9.  
  10. SET AutoStop,On              ; stop script if carrier is lost
  11. Waitfor 0                    ; unlimited waiting time
  12.  
  13. Waitfor "first name?"
  14. Put Name
  15.  
  16. Waitfor "Password"
  17. Put "^&"
  18.  
  19.